Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests] Remove deprecated function from longmatch.c test #3395

Merged
merged 1 commit into from
Dec 28, 2022

Conversation

terrelln
Copy link
Contributor

Thanks to @eli-schwartz for pointing it out!

We should maybe consider adding a helper function for applying ZSTD_parameters and ZSTD_compressionParameters to a context. That would aid the transition to the new API in situations like this.

Thanks to @eli-schwartz for pointing it out!

We should maybe consider adding a helper function for applying
`ZSTD_parameters` and `ZSTD_compressionParameters` to a context.
That would aid the transition to the new API in situations like this.
@Cyan4973
Copy link
Contributor

We should maybe consider adding a helper function for applying ZSTD_parameters and ZSTD_compressionParameters to a context. That would aid the transition to the new API in situations like this.

Indeed, I thought we already had one. But maybe it's only used internally. To be checked...

Cyan4973 added a commit that referenced this pull request Dec 28, 2022
Inspired by #3395,
offer a new capability to set all parameters defined in a ZSTD_compressionParameters structure
with a single symbol invocation
to improve user code brevity.
@Cyan4973 Cyan4973 mentioned this pull request Dec 28, 2022
Cyan4973 added a commit that referenced this pull request Dec 28, 2022
Inspired by #3395,
offer a new capability to set all parameters defined in a ZSTD_compressionParameters structure
with a single symbol invocation
to improve user code brevity.
Cyan4973 added a commit that referenced this pull request Dec 28, 2022
Inspired by #3395,
offer a new capability to set all parameters defined in a ZSTD_compressionParameters structure
with a single symbol invocation
to improve user code brevity.
@Cyan4973 Cyan4973 merged commit bcbd395 into facebook:dev Dec 28, 2022
embg pushed a commit to embg/zstd that referenced this pull request Jan 4, 2023
Inspired by facebook#3395,
offer a new capability to set all parameters defined in a ZSTD_compressionParameters structure
with a single symbol invocation
to improve user code brevity.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants